PUT api/[Controller]
Request Information
URI Parameters
None.
Body Parameters
RelacionClienteCCModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRelacionClienteCC | integer |
None. |
|
| FechaRegisto | date |
None. |
|
| RFCCliente | string |
None. |
|
| NombreCC | string |
None. |
|
| Estatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdRelacionClienteCC": 1,
"FechaRegisto": "2026-04-17T11:15:09.1466628+00:00",
"RFCCliente": "sample string 3",
"NombreCC": "sample string 4",
"Estatus": true
}
application/xml, text/xml
Sample:
<RelacionClienteCCModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/proxystp.Models"> <Estatus>true</Estatus> <FechaRegisto>2026-04-17T11:15:09.1466628+00:00</FechaRegisto> <IdRelacionClienteCC>1</IdRelacionClienteCC> <NombreCC>sample string 4</NombreCC> <RFCCliente>sample string 3</RFCCliente> </RelacionClienteCCModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.